Uses of Interface
org.eclipse.vtp.framework.core.IExecutionContext

Packages that use IExecutionContext
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.core   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IExecutionContext in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type IExecutionContext
ScriptableExecutionContext(IExecutionContext context)
          Creates a new ScriptableExecutionContext.
 

Uses of IExecutionContext in org.eclipse.vtp.framework.core
 

Subinterfaces of IExecutionContext in org.eclipse.vtp.framework.core
 interface IActionContext
          A service available to services at the action scope.
 

Uses of IExecutionContext in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement IExecutionContext
protected  class Execution.Context
          Implementation of the generic context.
protected  class Sequence.Context
          Implementation of the generic context.
 

Uses of IExecutionContext in org.eclipse.vtp.framework.engine.support
 

Classes in org.eclipse.vtp.framework.engine.support that implement IExecutionContext
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class AbstractExecutionContext
          A support implementation of the IExecutionContext interface.
 class ActionContextWrapper
          A wrapper for the IActionContext interface.
 class ExecutionContextWrapper
          A wrapper for the IExecutionContext interface.
 

Fields in org.eclipse.vtp.framework.engine.support declared as IExecutionContext
protected  IExecutionContext AbstractActionContext.executionContext
          The context of the execution that created this action.
 

Methods in org.eclipse.vtp.framework.engine.support that return IExecutionContext
protected abstract  IExecutionContext ExecutionContextWrapper.getExecutionContext()
          Returns the wrapped execution context.
 

Constructors in org.eclipse.vtp.framework.engine.support with parameters of type IExecutionContext
AbstractActionContext(IExecutionContext executionContext)
          Creates a new AbstractActionContext.
 

Uses of IExecutionContext in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type IExecutionContext
PlatformSelector(IExecutionContext context)
          Creates a new PlatformSelector.